type github.com/jackc/pgx/v5/pgtype.scanPlanTextAnyToBitsScanner

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		bits.go#L46: 		return scanPlanTextAnyToBitsScanner{}.Scan([]byte(src), dst)
		bits.go#L141: 			return scanPlanTextAnyToBitsScanner{}
		bits.go#L186: type scanPlanTextAnyToBitsScanner struct{}
		bits.go#L188: func (scanPlanTextAnyToBitsScanner) Scan(src []byte, dst any) error {